* {
    margin: 0px;
    padding: 0px;
        /* moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none; */
}


ul,
ol {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer !important;
}

body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

img{
    -moz-user-select: none;  /* 火狐浏览器 */
    -webkit-user-select: none; /* 谷歌浏览器 */
    -ms-user-select: none;  /* IE10+ */
    user-select: none;  /* 标准语法 */
}



body,
html {
    scroll-behavior: smooth;
}

.inwid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* banner */
.banner {
    width: 100%;
    position: relative;
   
}

.pro_contact {
    font-weight: bold;
    color: #3586A8;
    font-size: 20px;
    display: flex;
}

.pro_contact span {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
}

.banner .nav {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    height: 80px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0);
    transition: all 0.6s;
    background: #fff;
}


.banner .banner-banner .swiper-button-next::after, .banner .banner-banner .swiper-button-prev::after{
    font-size: 40px;
}

.banner .nav.all {
    color: #1D99D5;
}

.oisdu-a {
    display: flex;
    justify-content: right;
    margin-bottom: 10px;
}

.oisdu-a a {
    color: #1D99D5;
    font-weight: 500;
    font-size: 16px;
}

.oisdu-a a img {
    margin-left: 5px;
    height: 12px;
}

@keyframes navscrtop {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.banner .nav .nav-out {
    width: 100%;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner .nav .nav-out .nav-out2 {
    display: flex;
    align-items: center;
}

.banner .nav .nav-out ul {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    margin-right: 10px;

}

.banner .nav .nav-out ul li {
    /* margin-right: 62px; */
    position: relative;
    height: 100%;
    line-height: 80px;
    padding: 0px 15px;
}

.banner .nav .nav-out ul li::after {
    position: absolute;
    left: 50%;
    margin-left: -35.5px;
    bottom: 0px;
    width: 71px;
    height: 3px;
    content: '';
    display: block;
    background: #fff;
    display: none;
}

.banner .nav .nav-out ul li .box {
    text-align: center;
    position: absolute;
    top: 80px;
    background: rgba(255, 255, 255, 0.9);
    /* padding: 10px 0px; */
    white-space: nowrap;
    /* padding-right: 30px; */
    /* left: 20px; */
    /* box-shadow: 0px 0px 10px 1px rgba(0, 0, 0,0.2); */
    display: none;
}

.banner .nav .nav-out ul li .box a {
    display: block;
    line-height: 38px;
    display: flex;
    align-items: center;
    padding: 0px 30px 0px 10px;
    box-sizing: border-box;
    transition: 0.5s;
    font-size: 15px;
    position: relative;
}

.banner .banner-out img {
    width: 100%;
    display: block;
}

.banner .banner-out video {
    width: 100%;
    height: 890px;
    object-fit: cover;
}

.banner .nav .nav-out ul li .box a::after {
    content: "";
    width: 0;
    height: 2px;
    background: linear-gradient(34deg, #0097c9 27%, #3be2b4 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.banner .nav .nav-out ul li .box a:hover::after {
    width: 100%;
}

.banner .nav .nav-out ul li .box a:hover {
    color: #1D99D5;
    background: rgba(255, 255, 255, 0.9);
}

/* .banner .nav .nav-out ul li .box a:hover::after{
    opacity: 1;
} */
/* .banner .nav .nav-out ul li .box a:hover{
    transform: translateX(10px);
} */
.banner .nav .nav-out ul li:last-child {
    margin-right: 0px;

}

.banner .nav .nav-out ul li .title {
    display: flex;
    align-items: flex-start;
}

.banner .nav .nav-out ul li:hover .title a {
    color: #1D99D5;
}

.banner .nav .nav-out ul li.all .title a {
    color: #1D99D5;
    font-weight: bold;
}

.banner .nav .nav-out ul li .title a {
    color: #444;
    font-size: 16px;
    display: block;
    height: 100%;
    font-weight: 500;
}

.banner .nav .nav-out ul li:hover .title img {
    transform: rotate(180deg);
}

.banner .nav .nav-out ul li .title img {
    width: 10px;
    margin-left: 5px;
    transition: 0.5s;
    /*display: none;*/
}

/* .banner .nav .nav-out ul li:hover::after{
    display: block;
} */

/* .banner .nav.all .nav-out ul li .title a{
    color: #333333;
} */
.banner .nav .nav-out .form-out {
    position: relative;
}

.banner .nav .nav-out .form-out:hover .form {
    display: block;
}

.banner .nav .nav-out .form {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 100;
    margin-top: -15px;
    background: #fff;
    display: none;
}

.banner .nav .nav-out i {
    width: 2px;
    height: 12px;
    background: #6666668a;
    margin: 0px 10px;
}

.banner .nav .nav-out .dianhua-out {
    font-size: 16px;
    color: #333;
}

.banner .nav .nav-out .form input {
    width: 150px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #666666;
    padding-left: 13px;
    box-sizing: border-box;
    color: #666666;
    background: none;
    outline: none;
    font-size: 12px;
}

.banner .nav .nav-out .form button {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    background: none;
    outline: none;
    display: block;
    border: none;
}

.banner .nav .nav-out .form button img {
    width: 100%;
    height: 100%;
}

.banner .banner-banner .swiper-slide img {
    width: 100%;
}

.banner .banner-banner .swiper-pagination {
    bottom: 68px;
}

.banner .banner-banner .swiper-pagination-bullet {
    background: #fff;
    width: 11px;
    height: 11px;
    margin: 0px 20px;
    opacity: 1;
    position: relative;
}

.banner .banner-banner .swiper-pagination-bullet::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 33px;
    height: 33px;
    margin-left: -16.5px;
    margin-top: -16.5px;
    content: '';
    display: block;
    border: 1px solid #1D99D5;
    border-radius: 50%;
    box-sizing: border-box;
    display: none;
}

.banner .banner-banner .swiper-pagination-bullet:hover::after {
    display: block;
}

.banner .banner-banner .swiper-pagination-bullet-active {
    background: #1D99D5;
}

.banner .banner-banner .swiper-pagination-bullet-active::after {
    display: block;
}


/* 关于我们 */
.About-Us .out {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.About-Us .out .left {
    width: 49.2%;
    /* border-radius: 30px 0px 30px 0px; */
    position: relative;
}

.About-Us .out .left .img img {
    width: 100%;
    height: 484px;
    display: block;
    object-fit: cover;
}

.About-Us .out .left .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    cursor: pointer;
}

.About-Us .out .right {
    width: 44.5%;
    position: relative;
}

.About-Us .out .right .tite-about {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 15px;
}

.About-Us .out .right .tite-about span {
    display: block;
    width: 149px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    font-size: 24px;
    color: #666666;
    cursor: pointer;
}

.About-Us .out .right .tite-about span.all {
    background: #1D99D5;
    color: #fff;
}

.About-Us .out .right h5 {
    font-size: 40px;
    color: #111111;
    margin-top: 15px;
    font-weight: bold;
}

.About-Us .out .Aboiwebox {
    position: relative;
    width: 100%;
    height: 290px;
}

.About-Us .out .Aboiwebox .box {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: none;
    width: 100%;
}

.About-Us .out .Aboiwebox .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.About-Us .out .Aboiwebox .box a .txt {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px
}

.About-Us .out .Aboiwebox .box a:hover {
    color: #1D99D5;
}

.About-Us .out .right .span-text {
    display: block;
    font-size: 16px;
    margin: 5px 0px 3px 0px;
    display: flex;
    flex-direction: column;

}

.About-Us .out .right .i-img {
    width: 50px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.About-Us .out .right h6 {
    font-size: 30px;
    font-size: #111111;
    margin-bottom: 40px;
}

.About-Us .out .right p {
    font-size: 17px;
    color: #666666;
    font-weight: 400;
    line-height: 1.5em;
}

.About-Us .out .right p a {
    line-height: 30px;

}

.About-Us .out .right p a:hover {
    color: #1D99D5;
}

.About-Us .about-imgbox {
    display: flex;
    justify-content: space-between;


    width: 100%;
}

.About-Us .about-imgbox img {
    width: 32%;
    height: 110px;
    object-fit: cover;

}

/* .About-Us .out .right a{
    width: 156px;
    height: 41px;
    border-radius: 20.5px;
    background: #F1F1F1;
    display: block;
    text-align: center;
    line-height: 41px;
    font-size: 19px;
    color: #1D99D5;
    margin-top: 44px;
} */
/* .About-Us .out .right a{
    display: flex;
    align-items: center;
    justify-content: center;
} */
/* .About-Us .out .right a .img-1{
    display: block;
} */
/* .About-Us .out .right a:hover .img-1{
    display: none;
}
.About-Us .out .right a:hover .img-2{
    display: block;
} */
/* .About-Us .out .right a .img-2{
    display: none;
} */
/* .About-Us .out .right a:hover{
    background: #1D99D5;
    color: #fff;
}
.About-Us .out .right a img{
    margin-left: 7px;
} */

.About-Us .number-roll {
    display: flex;
    justify-content: space-between;
    margin-top: 61px;
}

.About-Us .number-roll .box {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.About-Us .number-roll .box .txt {
    color: #1D99D5;
}

.About-Us .number-roll .box .txt span {
    font-size: 66px;
    font-weight: bold;
}

.About-Us .number-roll .box .txt b {
    font-size: 40px;
    font-weight: bold;
}

.About-Us .number-roll .box::after {
    width: 1px;
    height: 105px;
    background: #D2D2D2;
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -52.5px;
}

.About-Us .number-roll .box>span {
    font-size: 21px;
    margin-top: 7px;
    font-weight: 400;
    color: #555555;
}

.About-Us .number-roll .box:last-child::after {
    display: none;
}

/* 业务范围 */

.Business-Scope {
    margin-top: 100px;
    width: 100%;
    height: 808px;
    position: relative;
    background: url(../images/business.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
    background-image: url(../images/business.png) !important;
}

.Business-Scope .title {
    padding-top: 70px;
    padding-bottom: 90px;
}

.Business-Scope .title span {
    font-size: 28px;
    color: #D8D8D8;
}

.Business-Scope .title .title-out {
    width: 79px;
    height: 5px;
    background: #1D99D5;
    display: block;
    margin: 30px 0px 34px 0px;
    position: relative;
}

.Business-Scope .title .title-out i {
    width: 3px;
    height: 5px;
    background: #1D99D5;
    display: block;
    position: absolute;
    right: -4px;
}

.Business-Scope .title h5 {
    font-size: 42px;
    color: #fff;
}

.Business-Scope .out .Business-xian {
    width: 4px;
    height: 100%;
    background: #ffffff4d;
    display: block;
    position: relative;
}

.Business-Scope .out .Business-xian b {
    position: absolute;
    width: 100%;
    height: 28px;
    background: #fff;
    top: 0px;
    transition: all 0.5s;
}

.Business-Scope .out {
    height: 320px;
    display: flex;
    justify-content: space-between;
}

.Business-Scope .out .out-box {
    display: flex;
    justify-content: space-between;
    margin-left: 76px;
    width: 100%;
}

.Business-Scope .out .out-box .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.Business-Scope .out .out-box .left span {
    display: block;
    color: #CCCCCC;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.5s;
}

.Business-Scope .out .out-box .left span.all {
    color: #fff;
    font-size: 28px;

}

.Business-Scope .out .out-box .right {
    width: 43%;
    position: relative;
}

.Business-Scope .out .out-box .right .box {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    position: absolute;
    top: 0px;
    display: none;
}

.Business-Scope .out .out-box .right .box:nth-child(1) {
    display: flex;
}

.Business-Scope .out .out-box .right .box h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 55px;
}

.Business-Scope .out .out-box .right .box p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 75px;
}

.Business-Scope .out .out-box .right .box a {
    width: 120px;
    height: 40px;
    border: 0.3px solid rgba(255, 255, 255, 0.7);
    border-radius: 26px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
}

.Business-Scope .out .out-box .right .box a:hover {
    background: #1D99D5;
    border: none;
}

.Business-Scope .out .out-box .right .box a img {
    margin-left: 10px;
}

/* 公用标题 */
.classic-case {
    width: 100%;
    margin-top: 40px;
}

.is-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.is-title span {
    font-size: 16px;
    color: #505050;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0.6;
    letter-spacing: 4px;
}

.is-title h5 {
    font-size: 40px;
    color: #111111;
    position: relative;
    z-index: 10;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 2px 0px;
    color: #1D99D5;
}

.is-title .xian {
    width: 30px;
    height: 3px;
    background: #1D99D5;
    margin-top: 27px;
    position: relative;
}

.is-title .xian i {
    width: 3px;
    height: 3px;
    display: block;
    position: absolute;
    right: -4px;
    background: #1D99D5;
}

.is-title p {
    width: 100%;
    max-width: 1188px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    margin-top: 40px;
    line-height: 1.7em;
    letter-spacing: 3px;
}

.classic-case .title-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.classic-case .title-box a {
    font-size: 17px;
    color: #666666;
}

.classic-case .title-box .title {
    border-radius: 30px;
    border: 1px solid rgba(29, 150, 211, 1);
    box-sizing: border-box;
    height: 41px;
    padding: 0px 20px;
    box-sizing: border-box;
    line-height: 41px;
}

.classic-case .title-box .title.all {
    color: #fff;
    background: #1D99D5;
}

.classic-case .title-box .titel-a {
    width: 156px;
    height: 41px;
    border-radius: 20.5px;
    background: #F1F1F1;
    text-align: center;
    display: block;
    line-height: 41px;
    color: #1D99D5;
    font-size: 19px;
}

.classic-case .title-box .titel-a .img-1 {
    display: block;
}

.classic-case .title-box .titel-a .img-2 {
    display: none;
}

.classic-case .title-box .titel-a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.classic-case .title-box .titel-a:hover .img-1 {
    display: none;
}

.classic-case .title-box .titel-a:hover .img-2 {
    display: block;
}

.classic-case .title-box .titel-a:hover {
    background: #1D99D5;
    color: #fff;
}

.classic-case .title-box .titel-a img {
    margin-left: 10px;

}

.classic-case .out {
    margin-top: 66px;
    position: relative;
    width: 100%;
    height: 320px;
}

.classic-case .out .box {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.classic-case .out .box:nth-child(1) {
    display: block;
}

.classic-case .out .box .classic-swiper {
    width: 100%;
}

.classic-case .out .box .classic-swiper .swiper-slide {
    width: 461px;
    margin-right: 26px;
}

.classic-case .out .box .classic-swiper .swiper-slide:last-child {
    margin-right: 0px;
}

.classic-case .out .box .classic-swiper .swiper-slide .img {
    width: 100%;
    height: 320px;
    position: relative;
}

.classic-case .out .box .classic-swiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.classic-case .out .box .classic-swiper .swiper-slide .txt-box {
    width: 100%;
    position: relative;
    bottom: 78px;
    height: 78px;
    background: rgba(0, 0, 0, 0.21);
    z-index: 10;
    text-align: center;
    line-height: 78px;
}

.classic-case .out .box .classic-swiper .swiper-slide .txt-box span {
    font-size: 20px;
    color: #fff;
}

.classic-case .out .box .classic-swiper .swiper-slide:hover .txt-box {
    background: rgba(29, 153, 213, 0.4);
}

.classic-case .out .swiper-button-next,
.classic-case .out .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.27);
    text-align: center;
    line-height: 60px;
}

.classic-case .out .swiper-button-next::after,
.classic-case .out .swiper-button-prev::after {
    font-size: 26px;
    color: #fff;
}

.classic-case .out .swiper-button-next:hover,
.classic-case .out .swiper-button-prev:hover {
    background: #1D99D5;
}

.classic-case .out .swiper-button-next {
    right: 150px;
}

.classic-case .out .swiper-button-prev {
    left: 150px;
}

/* 实验中心 */
.xperimental-Center {
    margin-top: 40px;
}

.xperimental-Center .out {
    margin-top: 20px;
    display: flex;
}

.xperimental-Center .out .left {
    width: 51%;
    position: relative;
}

.xperimental-Center .out .left img {
    width: 100%;
    height: 660px;
    object-fit: cover;
    display: block;
}

.xperimental-Center .out .ringt {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
}

.xperimental-Center .out .ringt .box {
    width: 50%;
    position: relative;
}

.xperimental-Center .out .ringt .box img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}

.xperimental-Center .out .Xpceng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.41);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}

.xperimental-Center .out .ouy-x:hover .Xpceng {
    opacity: 1;
}

/* 专家团队 */
.Expert-Team {
    margin-top: 40px;
}

.Expert-Team .inwid {

    max-width: 1600px;
}

.Expert-Team .wrapper {
    margin-top: 40px;
}

.Expert-Team .wrapper .cols {
    display: flex;
    justify-content: space-between;

}

.Expert-Team .wrapper .col {
    width: 24%;
    cursor: pointer;
}



.Expert-Team .wrapper .text {
    position: relative;
    top: 0px;
    /* background:rgba(66,114,170,1); */
    background: url(../images/maoyi17.png) no-repeat center;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 160px;
    padding: 19px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.Expert-Team .wrapper .img {
    overflow: hidden;
}

.Expert-Team .wrapper .img img {
    width: 100%;
    height: 322px;
    object-fit: cover;
    position: relative;
    z-index: 999;
    display: block;
    transition: all 0.6s;
}

.Expert-Team .wrapper .col {
    transition: 0.4s;
}

.Expert-Team .wrapper .col:hover .text .txt-1 {
    transform: translateX(10px);
}

.Expert-Team .wrapper .col:hover .text .txt-2 {
    transform: translateX(10px);
}

.Expert-Team .wrapper .col:hover .text .txt-3 {
    transform: translateX(10px);
}

.Expert-Team .wrapper .col:hover {
    transform: translateY(-20px);
}

.Expert-Team .wrapper .text .txt-1 {
    color: #111111;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: right;
    width: 80%;
    transition: 0.5s;
    color: #fff;
}

.Expert-Team .wrapper .text .txt-1 h5 {
    font-size: 25px;
    color: #fff;
}

.Expert-Team .wrapper .text .txt-1 span {
    color: #656565;
    font-size: 18px;
    margin-left: 10px;
    color: #fff;

}

.Expert-Team .wrapper .text .txt-2 {
    color: #999999;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 12px;
    text-align: right;
    color: #fff;
    transition: 0.5s;
}

.Expert-Team .wrapper .text .txt-3 {
    color: #999999;
    margin: 0 auto;
    font-size: 16px;
    text-align: right;
    width: 80%;
    transition: 0.5s;
    color: #fff;

}

/* 资质展示 */
.Main-Services {
    width: 100%;
    margin-top: 90px;
    background: url(../images/zizhi\ –\ 1.png) no-repeat center;
    background-size: 100% 345.37px;
    background-position-y: top;
    height: 550px;
}

.Main-Services .is-title {
    padding-top: 54px;
}

.Main-Services .is-title h5 {
    margin: 0px;
    color: #fff;
}

.Main-Services .is-title span {
    color: #fff;
}

.Main-Services .is-title .xian {
    background: #fff;
    margin-top: 10px;
}

.Main-Services .is-title .xian i {
    background: #fff;
}

.Main-Services .out {
    margin-top: 77px;
    position: relative;
}

.Main-Services .Services-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.Main-Services .Services-swiper .swiper-slide {
    width: auto;
    margin-right: 34px;
}

.Main-Services .Services-swiper .swiper-slide:last-child {
    margin-right: 0px;
}

.Main-Services .Services-swiper .swiper-slide span {
    display: block;
    text-align: center;
        white-space: nowrap;
    overflow: hidden;
    width: 204px;
    margin: 0 auto;
    text-overflow: ellipsis;
}

.Main-Services .Services-swiper .swiper-wrapper {
    align-items: end;
}

.Main-Services .out .swiper-button-next,
.Main-Services .out .swiper-button-prev {
    width: 46.28px;
    height: 46.28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.27);
}

.Main-Services .out .swiper-button-next:after,
.Main-Services .out .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.Main-Services .out .swiper-button-next:hover,
.Main-Services .out .swiper-button-prev:hover {
    background: #1D99D5;
}

.Main-Services .out .swiper-button-next {
    right: -70px;
}

.Main-Services .out .swiper-button-prev {
    left: -70px;
}

/* 合作伙伴 */

.Partners {
    /*margin-top: 30px;*/
    /*background: #EEEEEE;*/
    background: #fff;
    /*padding-bottom: 30px;*/
}

.Partners .out {
    margin-bottom: 40px;
    margin-top: 20px;

}

.Partners .out .box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
    padding: 0px 12.5px;
    box-sizing: border-box;
}

.Partners .out .box .img-box {
    display: flex;

}

.Partners .out .box span {
    width: 195px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    background: #1D99D5;
    color: #fff;
    flex: none;
    margin-top: -30px;

}

.Partners .out .box img {

    transform: scale(0.9);
}

.Partners .out .box .img {
    background: #fff;
    margin-left: 25px;
    width: 80px;
    height: 80px;
}

.Partners .Partners-more {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    background: #1D99D5;
    margin-bottom: 0px;
}

/* 国际贸易 */
.international-trade {
    margin-top: 90px;

    width: 100%;
    background: url(../images/maoyi17.png) no-repeat center;
    background-size: cover;
    height: 546.55px;
    display: flex;
    align-items: center;
}

.international-trade .is-title span {
    color: #fff;
}

.international-trade .is-title h5 {
    color: #fff;
}

.international-trade .is-title .xian {
    background: #fff;
}

.international-trade .is-title .xian i {
    background: #fff;
}

.international-trade .out {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.international-trade .out .left {
    width: 43%;
    height: 359px;
    position: relative;
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.international-trade .out .left .out-sdasd{
    display: flex;
    flex-wrap: wrap;
    height: 300px;
}

.international-trade .out .left .box{
    width: 32%;
    /*border: 1px solid red;*/
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 1%;
}
.international-trade .out .left .box:nth-child(3n){
    margin-right: 0px;
}
.international-trade .out .left i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    background: #1D99D5;
    display: block;
    border-radius: 50%;
    z-index: 2;

}

.international-trade .out .left i span {
    display: block;
    white-space: nowrap;
    top: -10px;
    margin-top: -20px;
    margin-left: -20px;
    font-size: 12px;
    color: #000;
    display: none;

}

.international-trade .out .left i:hover span {
    display: block;
}

.international-trade .out .left i:hover {
    z-index: 99;
}

.international-trade .out .left i::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    display: block;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 50%;
    z-index: 4;
    position: absolute;
    animation: lefyou 0.4s infinite alternate;
}

@keyframes lefyou {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.international-trade .out .left .i-1 {
    top: 59%;
    left: 72.5%;
}

.international-trade .out .left .i-2 {
    top: 63%;
    left: 78%;
}

.international-trade .out .left .i-3 {
    top: 57%;
    left: 75%;
}

.international-trade .out .left .i-4 {
    left: 61%;
    top: 49%;
}

.international-trade .out .left .i-5 {
    top: 56%;
    left: 67%;
}

.international-trade .out .left .i-6 {
    left: 52.6%;
    top: 43%;
}

.international-trade .out .left .i-7 {
    top: 62%;
    left: 50%;
}

.international-trade .out .left img {
    width: 100%;
    height: 100%;
}

.international-trade .out .ringt {
    width: 50.7%;
}

.international-trade .out .ringt p {
    font-size: 22px;
    color: #EFEFEF;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 45px;
}

.international-trade .out .ringt a {
    width: 156px;
    height: 41px;
    border: 1px solid #fff;
    border-radius: 20.5px;
    text-align: center;
    line-height: 41px;
    display: block;
    color: #fff;
    box-sizing: border-box;
}

.international-trade .out .ringt a:hover {
    background: #1D99D5;
    border: none;

}

/* 新闻中心 */

.NEWS {
    /* background: url(../images/xinwi464.png) no-repeat center; */
    background-size: cover;
    width: 100%;
    overflow: hidden;
    /*padding: 30px 0px;*/
    padding-bottom: 30px;
}

.NEWS .title-News {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.NEWS .titl-out {
    display: flex;
    margin-top: 30px;
}

.NEWS .titl-out a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    border-radius: 20px;
}

.NEWS .titl-out a.all {
    color: #fff;
    background: #1D99D5;
}

.NEWS .title-News a {
    font-size: 16px;
    color: #0097c9;
}

/* .NEWS .title-News a:hover{
    color: #1D99D5;
} */

.NEWS .title-News a .chakna-img {

    transition: 0.5s;
    transform: translateX(0px);
    height: 12px;
}

.NEWS .NEWS-tetle {
    display: flex;
    align-items: flex-end;
}

.NEWS .NEWS-tetle h5 {
    font-size: 42px;
}

.NEWS .NEWS-tetle span {
    margin-left: 10px;
    font-size: 28px;
    opacity: 0.7;
}

.NEWS .out {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.NEWS .out .left {
    width: 33%;
    height: 312px;
}

.NEWS .out .left .box {
    height: 100%;
}

.NEWS .out .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.NEWS .out .right {
    width: 55%;
}

.NEWS .out .right .box {
    width: 100%;
    box-sizing: border-box;
    transition: 0.5s;
}

.NEWS .out .right .box a {
    padding: 20px 20px;
    box-sizing: border-box;
    display: block;
}

.NEWS .out .right .box.all {
    background: #ebebeb;
}

.NEWS .out .right .box.all .text h5 {
    color: #1D99D5;
}

.NEWS .out .right .box.all .text span {
    color: #1D99D5;
}

.NEWS .out .right .box.all p {
    padding-left: 0px;
}

.NEWS .out .right .box .text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.NEWS .out .right .box .text h5 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
}

.NEWS .out .right .box .text span {
    font-size: 14px;

}

.NEWS .out .right .box p {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
    box-sizing: border-box;
    transition: 0.5s;
}

.NEWS .out2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    box-sizing: border-box;
    margin-top: 30px;
}

.NEWS .out2 .box {
    width: 49%;
    transition: 0.5s;
}

.NEWS .out2 .box a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 35px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.NEWS .out2 .box.all {
    background: #ebebeb;

}

.NEWS .out2 .box.all a {
    color: #1D99D5;
}

.NEWS .out2 .box h5 {
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Bottom-box {
    width: 100%;
    height: 283px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/dibu.png) no-repeat center;
}
.Bottom-box span{
    color: #FFF;
    margin-bottom: 60px;
    font-size: 36px;
    letter-spacing: 5px;
}
.Bottom-box a {
    width: 169px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    display: block;
    color: #ffff;
    font-size: 20px;
    background: #1D99D5;
    border-radius: 30px;

}

/* footer */
.footer {
    background: #fff;
    padding-top: 40px;
    /* box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.13); */

    border-top: 1px solid #EEE;
}

.footer .out {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10px;
}

.footer .out .left {
    width: 26.5%;
}

.footer .out .left .logo-img {
    margin-bottom: 15px;
}

.footer .out .left .l-i {
    display: flex;
    margin-bottom: 10px;
}

.footer .out .left .l-i span {
    font-size: 15px;
    color: #666666;
}

.footer .out .left .l-i .img {
    margin-right: 7px;
}

.footer .out .ringt {
    width: 60.5%;
    display: flex;
    justify-content: space-between;

}

.footer .out .ringt .box-1 {
    width: 76.5%;
}

.footer .out .ringt ul li {
    text-align: right;
}

.footer .out .ringt ul li .title {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.footer .out .ringt ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}

.footer .out .ringt ul li .box {
    display: flex;
    flex-direction: column;
}

.footer .out .ringt ul li .box a {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.footer .out .ringt .box-2 {
    width: 100px;
}

.footer .dibu {
    padding-top: 30px;
    border-top: 1px solid #D2D2D2;
    box-sizing: border-box;
    /* margin-top: 20px; */
    padding-bottom: 20px;
}

.footer .dibu .inwid {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.footer .dibu .inwid a {
    font-size: 12px;
    color: #999999;

}

.footer .dibu .inwid span {
    font-size: 12px;
    color: #999999;
    display: block;
}

.footer .dibu .inwid .box-1 span:nth-child(1) {
    margin-bottom: 14px;
}

#Index .footer {
    box-shadow: none;
}

/* TapHurdle */
.TapHurdle {
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.TapHurdle .inwid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TapHurdle .out {
    display: flex;

}

#About .TapHurdle .inwid {
    max-width: 78.2%;
}

.TapHurdle .out a {
    width: 200px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.TapHurdle .out a:hover {
    background: #1D99D5;
}

.TapHurdle .out a:hover span {
    color: #FFF;
}

.TapHurdle .out a:hover:nth-child(1) img {
    content: url(../images/A-ionc-1-1.png);
}

.TapHurdle .out a:hover:nth-child(2) img {
    content: url(../images/A-ionc-2-1.png);
}

.TapHurdle .out a:hover:nth-child(3) img {
    content: url(../images/A-ionc-3-1.png);
}

.TapHurdle .out a:hover:nth-child(4) img {
    content: url(../images/A-ionc-4-1.png);
}

.TapHurdle .out a.all {
    background: #1D99D5;
}

.TapHurdle .out a.all span {
    color: #FFF;
}

.TapHurdle .out a.all:nth-child(1) img {
    content: url(../images/A-ionc-1-1.png);
}

.TapHurdle .out a.all:nth-child(2) img {
    content: url(../images/A-ionc-2-1.png);
}

.TapHurdle .out a.all:nth-child(3) img {
    content: url(../images/A-ionc-3-1.png);
}

.TapHurdle .out a.all:nth-child(4) img {
    content: url(../images/A-ionc-4-1.png);
}

.TapHurdle .out a span {
    color: #555555;
    font-size: 18px;
    display: block;
    margin-left: 11px;
}





/* 关于我们页面 */
#About .introduction {
    margin-top: 61px;
    margin-bottom: 30px;
}

#About .introduction .title {
    text-align: left;
}

#About .introduction .title h5 {
    color: #333333;
    font-size: 30px;
    font-weight: 400;
}

#About .introduction .title i img {
    width: 55px;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 15px;
}

#About .introduction .title span {
    display: block;
    color: #686868;
    font-size: 18px;
    margin-bottom: 30px;
}

#About .introduction .txt {
    margin-bottom: 53px;
}

#About .introduction .txt p {
    color: #666666;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 2px;
}

#About .introduction .int-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

#About .introduction .int-img img {
    width: 100%;
    max-width: 680px;
    object-fit: cover;
}

/* 发展历程 */

#About .developing {
    /* background: url(../images/A-bei.png) no-repeat center;
    width: 100%;
    min-height: 930px;
    background-size: cover; */
}

#About .developing .inwid {
    background: url(../images/A-bei.png) no-repeat center;
    width: 100%;
    min-height: 700px;
    background-size: cover;
}

#About .developing .title {
    padding-top: 40px;
    color: #FFF;
    padding-left: 30px;
}

#About .developing .title h5 {
    font-size: 46px;
    /*color: #555555;*/
    color: #1D99D5;
}

#About .developing .title span {
    font-size: 18px;
    color: #555555;
}

#About .developing .out {
    margin-top: 40px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #555555;
    position: relative;
}

#About .developing .developing-swiper-1 {
    width: 100%;
    max-width: 1600px;
}

#About .developing .developing-swiper-1 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#About .developing .developing-swiper-1 .swiper-slide h5 {
    font-size: 225px;
    /*color: #FFFFFF;*/
    color: #1D99D5;
    opacity: 0.4;
    position: relative;
    top: -40px;
    transform: translateY(-1000px);
    transition: 1s;
}

#About .developing .developing-swiper-1 .swiper-slide span {
    position: absolute;
    /*color: #FFF;*/
    font-size: 26px;
    transform: translateY(1000px);
    transition: 1s;
    color: #555555;
    width: 65%;
    text-align: center;
}

#About .developing .developing-swiper-1 .swiper-slide-active h5 {
    transform: translateY(0px);
}

#About .developing .developing-swiper-1 .swiper-slide-active span {
    transform: translateY(30px);
}

#About .developing .developing-swiper-1 .swiper-button-next::after,
#About .developing .developing-swiper-1 .swiper-button-prev::after {
    color: #1D99D5;
    font-size: 26px;
}

#About .developing .developing-swiper-1 .swiper-button-next,
#About .developing .developing-swiper-1 .swiper-button-prev {
    width: 60.02px;
    height: 60.02px;
    border-radius: 50%;
    /*background: rgba(0, 0, 0, 0.27);*/
     background: rgba(255, 255, 255, 0.5);
}

#About .developing .developing-swiper-1 .swiper-button-next:hover,
#About .developing .developing-swiper-1 .swiper-button-prev:hover {
    background: #1D99D5;
}
#About .developing .developing-swiper-1 .swiper-button-next:hover::after,
#About .developing .developing-swiper-1 .swiper-button-prev:hover::after{
    color: #FFF;
}

#About .developing .swiper-out {
    display: flex;
    justify-content: center;
}

#About .developing .developing-swiper-2 {
    position: absolute;
    bottom: -73px;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding-top: 30px;
}

#About .developing .developing-swiper-2 .swiper-slide {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#About .developing .developing-swiper-2 .swiper-slide b {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: relative;
}

#About .developing .developing-swiper-2 .swiper-slide b::after {
    width: 23px;
    height: 23px;
    background: rgba(85, 85, 85, 0.38);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11.5px;
    margin-top: -11.5px;
    content: '';
}

#About .developing .developing-swiper-2 .swiper-slide span {
    /*color: #FFF;*/
    color: #555555;
    font-size: 20px;
    display: block;
    margin-top: 8px;
}

#About .developing .developing-swiper-2 .swiper-slide i {
    height: 31px;
    width: 1px;
    /*background: #FFF;*/
    background: #555555;
    transform: translateY(5px);
}

#About .developing .developing-swiper-2 .swiper-slide-active b {
    background: #1D99D5;
}

#About .developing .developing-swiper-2 .swiper-slide-active b::after {
    background: rgba(28, 152, 214, 0.38);
}

#About .developing .developing-swiper-2 .swiper-slide-active i {
    background: #1D99D5;
}

#About .developing .developing-swiper-2 .swiper-slide-active span {
    color: #1D99D5;
}

/* 企业文化 */
#About .Culture {
    margin-top: 60px;
}

#About .Culture .out {
    margin-top: 30px;
    margin-bottom: 30px;
}

#About .Culture .out .Culture-Tap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 50%;

}

#About .Culture .out .Culture-Tap a {
    width: 140px;
    height: 50px;
    border-radius: 30px;
    /* background: #1D99D5; */
    text-align: center;
    line-height: 50px;
    color: #666666;
    font-size: 18px;
}

#About .Culture .out .Culture-Tap a.all {
    background: #1D99D5;
    color: #FFF;
}

#About .Culture .out .box .Cul-txt {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    color: #999999;
    font-size: 18px;
    line-height: 1.5em;
}

#About .Culture .out .box .CUl-imgBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

#About .Culture .out .box .CUl-imgBox .img {
    width: 30%;
    height: 248px;
}

#About .Culture .out .box .CUl-imgBox .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#About .Culture .out .box {
    display: none;
}

#About .Culture .out .box.all {
    display: block;
}

/* 使命担当 */
#About .mission {
    overflow: hidden;
}

#About .mission .out {
    margin-top: 60px;
}

#About .mission .out .title {
    text-align: center;
}

#About .mission .out .title img {
    width: 55px;
    height: 3px;
    display: inline-block;
    margin-bottom: 20px;
}

#About .mission .out .title h5 {
    font-size: 40px;
    color: #1D99D5;
}

#About .mission .out .title span {
    color: #999999;
    font-size: 18px;
}

#About .mission .out .txt-out {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 90px;
    align-items: center;
}

#About .mission .out .txt-out .left {
    width: 45%;
}

#About .mission .out .txt-out .ringt {
    width: 50%;
}

#About .mission .out .txt-out .left h5 {
    color: #333333;
    font-size: 46px;
}

#About .mission .out .txt-out .left span {
    color: #999999;
    font-size: 18px;
}

#About .mission .out .txt-out .left img {
    width: 55px;
    height: 3px;
    margin-top: 36px;
    margin-bottom: 50px;
}

#About .mission .out .txt-out .left .txt p {
    color: #666666;
    font-size: 22px;
    line-height: 1.8em;
}

#About .mission .out .txt-out .left .txt {
    margin-bottom: 50px;
}

#About .mission .out .txt-out .left .txt-2 h5 {
    font-size: 24px;
    color: #1D99D5;
    margin-bottom: 20px;
}

#About .mission .out .txt-out .left .txt-2 p {
    color: #666666;
    font-size: 20px;
}

#About .mission .out .txt-out .ringt img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* 产品页面 */
#product .product .inwid {
    max-width: 1450px;
}

#product .product {
    margin-top: 30px;
}

#product .product .out {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 90px;
}

#product .product .left {
    width: 321px;
}

#product .product .right {
    width: 1094px;
    display: flex;
    flex-wrap: wrap;
}

#product .product .right .box {
    width: 344px;
    /* box-shadow: 0px 3px 12px 1px rgba(204, 204, 204, 0.53); */
    margin-right: 31px;
    margin-bottom: 31px;
}

#product .product .right .box:nth-child(3n) {
    margin-right: 0px;
}

#product .product .right .box .img {
    width: 100%;
    height: 238px;
    overflow: hidden;
}

#product .product .right .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s;
}

#product .product .right .box .txt {
    padding: 32px 15px 25px 20px;
    box-sizing: border-box;
    background: #FFF;
    position: relative;
}

#product .product .right .box .txt h5 {
    font-size: 24px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px dashed #1D99D5;
    margin-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#product .product .right .box .txt span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#product .product .right .box .txt .ceng {
    position: absolute;
    top: -17px;
    right: 0px;
    width: 34px;
    height: 34px;
    background: #1D99D5;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 20px;
}

#product .product .right .box:hover .txt h5 {
    color: #1D99D5;
}

#product .product .right .box:hover .img img {
    transform: scale(1.1);
}

#product .product .left .title {
    width: 100%;
    height: 81px;
    text-align: center;
    line-height: 81px;
    color: #fff;
    font-size: 32px;
    background: linear-gradient(50deg, #68CEFF 0%, #00ACFF 100%);
}

#product .product .left ul {
    margin-top: 8px;
}

#product .product .left ul li .title {
    width: 100%;
    height: 58px;
    background: #E9F8FF;
    font-size: 18px;
    color: #1D99D5;
    line-height: 58px;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
    text-align: left;
     white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

#product .product .left ul li .title a {
    color: #1D99D5;
    font-weight: bold;
    padding-left: 49px;
    box-sizing: border-box;
}

#product .product .left ul li .P-box a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 12px;
    padding-left: 49px;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEBEB;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#product .product .left ul li .P-box a.all {
    background: linear-gradient(50deg, #68CEFF 0%, #00ACFF 100%);
    color: #FFF;
}

#product .product .left ul li .title.all {
    background: linear-gradient(50deg, #68CEFF 0%, #00ACFF 100%);
}

#product .product .left ul li .title.all a {
    color: #FFF
}

/* bottonaniu */
.bottonaniu {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.bottonaniu a {
    display: block;
    text-align: center;
    line-height: 41px;
    background: #EEEEEE;
    border-radius: 2px;
    margin-right: 10px;
}

.bottonaniu a:hover {
    background: #1D99D5;
    color: #fff;
}

.bottonaniu .a-1 {
    width: 49px;
    height: 41px;
}

.bottonaniu .a-2 {
    width: 66px;
    height: 41px;
}

.bottonaniu .a-3 {
    width: 41px;
    height: 41px;
}

/* 产品详情页 */
#product .pr-list .inwid {
    max-width: 1500px;
}

#product .pr-list .pr-list-right {
    width: 1144px;
}

#product .pr-list .pr-list-right .R-box1 {
    display: flex;
    justify-content: space-between;
}

#product .pr-list .pr-list-right .R-box1 .box-left {
    width: 457px;
    height: 316px;
}

#product .pr-list .pr-list-right .R-box1 .box-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#product .pr-list .pr-list-right .R-box1 .box-right {
    width: 643px;
}

#product .pr-list .pr-list-right .R-box1 .box-right h5 {
    color: #333333;
    font-size: 32px;
    /*font-weight: 500;*/
}

#product .pr-list .pr-list-right .R-box1 .box-right .img {
    margin-top: 26px;
    margin-bottom: 36px;
}

#product .pr-list .pr-list-right .R-box1 .box-right p {
    color: #666666;
    font-size: 18px;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;


}

#product .pr-list .pr-list-right .R-box1 .box-right a {
    display: block;
    margin-top: 37px;
    text-align: center;
    color: #FFF;
    width: 155px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    background: #1D99D5;
    border-radius: 22px;
}

#product .pr-list .pr-list-right .R-box2 {
    margin-top: 55px;
    margin-bottom: 45px;
}

#product .pr-list .pr-list-right .R-box2 .title {
    color: #1D99D5;
    font-size: 26px;
    margin-bottom: 40px;
}

#product .pr-list .pr-list-right .R-box2 p {
    color: #666666;
    font-size: 20px;
    line-height: 1.5em;
}

#product .pr-list .pr-list-right .R-box2 p img{
      width: auto;
    max-width: 100%;


}

#product .pr-list .pr-list-right .R-box2 .img {
    text-align: center;
    margin-top: 40px;
}

#product .pr-list .pr-list-right .R-box2 .img img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 22px;
}

#product .pr-list .pr-list-right .R-box2 .img span {
    color: #666666;
    font-size: 18px;

}

#product .pr-list .pr-list-right .R-box3 {
    margin-bottom: 50px;
}

#product .pr-list .pr-list-right .R-box3 .title h5 {
    color: #333333;
    font-size: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 37px;
}

#product .pr-list .pr-list-right .R-box3 .title h5::before {
    width: 5px;
    height: 30px;
    background: #1D99D5;
    display: block;
    content: '';
    margin-right: 12px;

}

#product .pr-list .pr-list-right .R-box3 .txt p {
    line-height: 3em;
}

#product .pr-list .pr-list-right .R-box3 .ZY-box {
    display: flex;
    justify-content: right;
    margin-top: 52px;
    align-items: center;
}

#product .pr-list .pr-list-right .R-box3 .ZY-box a {
    display: block;
    /*width: 126px;*/
    /*height: 46px;*/
    text-align: center;
    /*line-height: 46px;*/
    /*color: #FFF;*/
    font-size: 14px;
    margin-right: 30px;
    /*background: #1D99D5;*/
    /*border-radius: 22px;*/
}

#product .Recommend .title {
    color: #333333;
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: bold;
    font-weight: 500;
    display: flex;
    align-items: end;
}

#product .Recommend .title i{
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    transform: translateY(-4px);
    margin-right: 10px;
}

#product .Recommend .out {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 63px;
    position: relative;
}

#product .Recommend .out .box {
    width: 329px;
    margin-right: 28px;
    margin-bottom: 28px;
}

#product .Recommend .out .box:nth-child(4n) {
    margin-right: 0px;
}

#product .Recommend .out .box .img {
    width: 100%;
    height: 228px;
}

#product .Recommend .out .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#product .Recommend .out .box .txt {
    background: #FFF;
    padding: 37px 15px 27px 20px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #EEEEEE;
}

#product .Recommend .out .box .txt h5 {
    color: #333333;
    font-size: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

#product .Recommend .swiper-slide {
    width: auto;
}

#product .Recommend .swiper-button-prev {
    left: -60px;
    top: 45%;
}

#product .Recommend .swiper-button-next {
    right: -60px;
    top: 45%;
}

#product .Recommend .swiper-button-prev::after {
    left: -60px;
    font-size: 26px;
}

#product .Recommend .swiper-button-next::after {
    right: -60px;
    font-size: 26px;
}

/* 工程案例 */

#case .Case-Tap .inwid {
    max-width: 78.2%;
}

#honor .Case-Tap .inwid {
    max-width: 78.2%;
}

.Case-Tap {
    border-bottom: 1px solid #CCCCCC;
}

.Case-Tap .out {
    display: flex
}

.Case-Tap .inwid {
    max-width: 78.2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Case-Tap .inwid a {
    width: 175px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.Case-Tap .inwid a:last-child::after {
    display: none;
}

.Case-Tap .inwid a:nth-child(1)::after {
    display: none;
}

.Case-Tap .inwid a::after {
    width: 1px;
    height: 17px;
    background: #E5E5E5;
    content: '';
    position: absolute;
    right: 0px;
}

.Case-Tap .inwid a .img {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.Case-Tap .inwid a .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Case-Tap .inwid a .img .l-2 {
    display: none;
}

.Case-Tap .inwid a span {
    color: #555555;
    font-size: 18px;
}

.Case-Tap .inwid a.all {
    background: #1D99D5;
}

.Case-Tap .inwid a.all .img .l-2 {
    display: block;
}

.Case-Tap .inwid a.all .img .l-1 {
    display: none;
}

.Case-Tap .inwid a.all span {
    color: #FFF;
}

.Case-Tap .inwid a:hover {
    background: #1D99D5;
}

.Case-Tap .inwid a:hover .img .l-2 {
    display: block;
}

.Case-Tap .inwid a:hover .img .l-1 {
    display: none;
}

.Case-Tap .inwid a:hover span {
    color: #FFF;
}

#case .case .title {
    text-align: center;
    margin-top: 70px;
}

#case .case .title img {
    width: 55px;
    height: 3px;

}

#case .case .title h5 {
    color: #1D99D5;
    font-size: 46px;
}

#case .case .title span {
    color: #999999;
    font-size: 18px;
}

#case .case {
    margin-bottom: 50px;
}

#case .case .out {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 20px;
}

#case .case .out .box {
    width: 444px;
    margin-bottom: 41px;
    /* box-shadow: 0px 3px 12px 1px rgba(204, 204, 204, 0.53); */
    transition: 0.7s;
    margin-right: 33px;
}

#case .case .out .box:nth-child(3n) {
    margin-right: 0px;
}

#case .case .out .box .img {
    width: 100%;
    height: 314px;
    overflow: hidden;
}

#case .case .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.7s;
}

#case .case .out .box .txt {
    display: flex;
    justify-content: space-between;
    padding: 24px 18px 24px 30px;
    box-sizing: border-box;
    background: #FFF;
}

#case .case .out .box .txt h5 {
    color: #333333;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    font-weight: 400;
}

#case .case .out .box .txt span {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;
}

#case .case .out .box .txt span img {
    margin-left: 8px;
}

#case .case .out .box:hover {
    transform: translateY(-10px);
}

#case .case .out .box:hover h5 {
    color: #1D99D5;
}

#case .case .out .box:hover .img img {
    transform: scale(1.1);
}

#case .case .out .box:hover .txt span {
    color: #1D99D5;
}

#case .case .out .box:hover .txt span img {
    content: url(../images/right-arrow.png);
}

/* 专家团队 */
#Team .Team .inwid {
    max-width: 1500px;
}

#Team .Team {
    margin-top: 60px;
    margin-bottom: 40px;
}

#Team .Team .out .box {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 50px 0px;
    border-bottom: 1px dashed #707070;
}

#Team .Team .out .box:nth-child(2n) {
    flex-direction: row-reverse;

}

#Team .Team .out .box:nth-child(2n) .ringth {
    padding-right: 6%;
    padding-left: 0px;
    box-sizing: border-box;
}

#Team .Team .out .box:last-child {
    border-bottom: none;
}

#Team .Team .out .box .left {
    width: 498px;
}

#Team .Team .out .box .ringth {
    width: 910px;
    padding-left: 7%;
    box-sizing: border-box;
}

#Team .Team .out .box .left img {
    width: 100%;
}

#Team .Team .out .box .ringth .img {
    display: flex;
    align-items: baseline;
}

#Team .Team .out .box .ringth .img h5 {
    font-size: 38px;
    color: #333;
    margin-right: 30px;
    font-weight: 400;
}

#Team .Team .out .box .ringth .img span {
    font-size: 24px;
    font-weight: 200;
}

/* #Team .Team .out .box .ringth .img img {
    width: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 21px;
} */

#Team .Team .out .box .ringth span {
    display: block;
    color: #999999;
    font-size: 22px;
    margin-bottom: 21px;
}

#Team .Team .out .box .ringth>img {
    display: block;
    margin-top: 6px;
    margin-bottom: 51px;
}

#Team .Team .out .box .ringth p {
    color: #999999;
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 200;
}

/* 荣誉资质页面 */
#honor .Honor {
    margin-bottom: 60px;
}

#honor .Honor .out {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

#honor .Honor .out .box {
    width: 25%;
    text-align: center;
    margin-bottom: 51px;
}

#honor .Honor .out .box .img {
    width: 100%;
    height: 438px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#honor .Honor .out .box img {
    width: auto;
    max-width: 100%;
}

#honor .Honor .out .box span {
    color: #555555;
    margin-top: 34px;
    font-size: 16px;
    display: block;
}

#honor .TapHurdle .out a.all:nth-child(1) img {
    content: url(../images/rong-1-1.png);
}

#honor .TapHurdle .out a.all:nth-child(2) img {
    content: url(../images/rong-2-1.png);
}

#honor .TapHurdle .out a.all:nth-child(3) img {
    content: url(../images/rong-3-1.png);
}

.TapHurdle .out a {
    position: relative;
}

.TapHurdle .out a::after {
    width: 1px;
    height: 17px;
    background: #E5E5E5;
    content: '';
    position: absolute;
    right: 0px;
}

.TapHurdle .out a.all::after {
    display: none;
}

.TapHurdle .out a:last-child::after {
    display: none;
}



/* 实验中心 */
#experiment .experiment {
    margin-bottom: 40px;
    margin-top: 60px;
}

#experiment .experiment .out {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    background: #EEEEEE;
    padding: 20px;
    box-sizing: border-box;
    margin: 60px 0px;

}

#experiment .experiment .EX-txt {
    margin-top: 30px;
}

#experiment .experiment .EX-txt .ex-txt-1 {
    font-size: 24px;
    font-weight: bold;
}

#experiment .experiment .EX-txt p {
    color: #666;
    font-size: 19px;
    line-height: 1.7em;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

#experiment .experiment .EX-txt p span {
    text-decoration: underline;
}

#experiment .experiment .out .box-1 {
    width: 78%;
    height: 100%;
}

#experiment .experiment .out .box-1 .exp-swiper-1 .swiper-slide img {
    height: 700px;
    object-fit: cover;
    width: 100%;
    display: block;
}

#experiment .experiment .out .box-1 .exp-swiper-1 .swiper-slide .txt {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    left: 0px;
    background: #ffffff8c;
}

#experiment .experiment .out .box-1 .exp-swiper-1 .swiper-slide .txt h5 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    margin-top: 0px;
}

#experiment .experiment .out .box-1 .exp-swiper-1 .swiper-slide .txt span {
    font-size: 16px;
    color: #444;
    display: block;
    margin-bottom: 0px;
    /* white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; */
}

#experiment .experiment .out .box-2 {
    width: 20%;
    background: #EEEEEE;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

#experiment .experiment .out .box-2 .exp-swiper-2 {
    height: 80%;
}

#experiment .experiment .out .box-2 .exp-swiper-2 .swiper-slide {
    height: 33.3%;
    width: 100%;
}

#experiment .experiment .out .box-2 .exp-swiper-2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.9);
}

#experiment .experiment .out .box-2 .exp-swiper-2 .swiper-slide-active {
    background: #1D99D5;
}

#experiment .experiment .out .box-2 .swiper-button-prev {
    display: flex;
    left: 0px;
    top: 0px;
    right: auto;
    margin-top: 0px;
    width: 100%;
    background: #CCCCCC;
    height: 30px;
}

#experiment .experiment .out .box-2 .swiper-button-next {
    display: flex;
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 100%;
    margin-top: 0px;
    background: #CCCCCC;
    height: 30px;
}

#experiment .experiment .out .box-2 .swiper-button-prev::after {
    font-size: 20px;
    margin-top: 0px;
    color: #FFF;
    transform: rotate(90deg);
}

#experiment .experiment .out .box-2 .swiper-button-next::after {
    font-size: 20px;
    margin-top: 0px;
    color: #FFF;
    transform: rotate(90deg);
}

/* 出口资质 */

.prjt-out {
    margin-top: 60px;
}

.Project-txt span {
    width: 100%;
    display: block;
    max-width: 1188px;
    margin: 0 auto;
    text-align: left;
    color: #666666;
    font-size: 20px;
    margin-top: 35px;
    line-height: 1.5em;
}

.prjt-out .out .box {
    display: flex;
    justify-content: space-between;
    margin-top: 61px;
    margin-bottom: 30px;
}

.prjt-out .out .box .img-box {
    width: 350px;
}

.prjt-out .out .box .img-box .img {
    width: 100%;
    height: 438px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prjt-out .out .box .img-box span {
    color: #555555;
    font-size: 22px;
    display: block;
    text-align: center;
    margin-top: 50px;
}

/*.project-body .Case-Tap .inwid{*/
/*    max-width: 1610px !important;*/
/*}*/



/* 弹出层 */
#TipsWindown {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    top: 0px;
    left: 0px;
    display: none;
}

#TipsWindown .out {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 400px;
    box-shadow: 0px 0px 10px 10px #0000004a;
    z-index: 99999;
    background: #FFFFFF;
    margin-left: -400px;
    margin-top: -200px;
    border-radius: 4px;
}

#TipsWindown video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#TipsWindown .Guanbi {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background: #1D99D5;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #FFF;
    cursor: pointer;
}

#TipsWindown .Guanbi img {
    width: 100%;
    height: 100%;
    transform: scale(0.6);
}



/* 切换 */
.Handover {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #ffffffd6;
    display: none;
    box-shadow: 0px 0px 10px 1px #00000012;

}

.Handover img {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    transform: rotate(45deg) scale(0.7);
    transition: 0.5s;
}

.Handover.all img {
    transform: rotate(0) scale(0.7);
}

/* 小导航 */
.Setup-Wizard {
    position: absolute;
    background: #FFF;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    display: none;

}

.Setup-Wizard li .title img {
    transition: 0.5s;
}

.Setup-Wizard li .title img.all {
    transform: rotate(90deg);
}

.Setup-Wizard li .title {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}

.Setup-Wizard li .title a {
    color: #333333;
}

.Setup-Wizard li .N-box {
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

.Setup-Wizard li .N-box a {
    display: block;
    line-height: 30px;
    color: #333333;

}



.banner-Txt {
    position: absolute;
    right: 11%;
    bottom: 9.8%;
    display: flex;
    align-items: center;
    /* background: #ffffffad; */
    box-sizing: border-box;
    /* box-shadow:0px 0px 10px 1px #eeeeee47; */
    justify-content: right;
}

.banner-Txt a {
    color: #FFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: auto !important;
}

.banner-Txt a img {
    margin: 0px 10px;
    width: auto !important;
}

.banner-Txt a:hover {
    color: #1D99D5;
}


#experiment .experiment .txt h5 {
    color: #666666;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 59px;
    margin-top: 62px;
}

#experiment .experiment .txt h5 i {
    width: 4px;
    height: 26px;
    background: #1D99D5;
    display: inline-block;

}

#experiment .experiment .txt p {
    color: #666666;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 2px;
}

#experiment .experiment .txt>img {
    width: auto;
    max-width: 100%;
    display: block;
    margin-top: 72px;
    margin-bottom: 56px;
}

#experiment .experiment .txt .img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#experiment .experiment .txt .img-box img {
    width: 48%;
    margin-bottom: 60px;
}

#experiment .experiment .txt span {
    color: #666666;
    font-size: 16px;
    margin-bottom: 60px;
    display: block;
}



/* 联系我们 */
#Message .Message-1 h5 {
    color: #111111;
    font-size: 40px;
    margin-top: 69px;
    margin-bottom: 80px;
}

#Message .Message-1 .out {
    display: flex;
    justify-content: space-between;
}

#Message .Message-1 .out .box {
    display: flex;
    align-items: center;
}

#Message .Message-1 .out .box .txt {
    margin-left: 33px;
}

#Message .Message-1 .out .box .txt span {
    display: block;
    color: #999999;
    font-size: 18px;
    margin-bottom: 27px;
}

#Message .Message-1 .out .box .txt a {
    color: #333333;
    font-size: 18px;
}

#Message .Message-2 h5 {
    color: #111111;
    font-size: 40px;
    margin-top: 120px;
    margin-bottom: 77px;
}

#Message .Message-2 .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#Message .Message-2 .box input {
    width: 48%;
    height: 46px;
    outline: none;
    border: 1px solid #CFD5DB;
    border-radius: 4px;
    margin-bottom: 40px;
    padding-left: 12px;
    box-sizing: border-box;
}

#Message .Message-2 .box textarea {
    width: 48%;
    padding-top: 10px;
    outline: none;
    border: 1px solid #CFD5DB;
    border-radius: 4px;
    margin-bottom: 40px;
    padding-left: 12px;
    box-sizing: border-box;
}

#Message .Message-2 button {
    display: block;
    outline: none;
    width: 416px;
    height: 58px;
    color: #FFFFFF;
    font-size: 22px;
    background: #1D99D5;
    text-align: center;
    line-height: 58px;
    border: none;
    margin: 0 auto;
    border-radius: 29px;
    margin-top: 10px;
    margin-bottom: 69px;
}


/* 新闻页面 */
.Nesw-list {
    margin-bottom: 60px;
}

.Nesw-list .out {
    margin: 60px 0px;
}

.Nesw-list .out .box {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.Nesw-list .out .box a {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.Nesw-list .out .box a .left {
    width: 30%;
    height: 200px;
    overflow: hidden;
}

.Nesw-list .out .box a .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.Nesw-list .out .box:hover .left img {
    transform: scale(1.1);
}

.Nesw-list .out .box:hover .right h5 {
    color: #0097c9;
}

.Nesw-list .out .box a .right {
    width: 65%;
}

.Nesw-list .out .box a .right h5 {
    color: #333;
    font-size: 20px;
    margin-bottom: 30px;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

.Nesw-list .out .box a .right p {
    color: #666;
    font-size: 16px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.Nesw-list .out .box a .right span {
    color: #1D99D5;
    font-size: 14px;
    position: absolute;
    bottom:15%;
}



/* 详情页 */
.NEWS-list .max-width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.NEWS-list {
    padding: 60px 0px;
}

.NEWS-list .titel {
    text-align: center;
}

.NEWS-list .titel h5 {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}

.NEWS-list .release {
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    margin-top: 48px;
}

.NEWS-list .release i {
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(153, 153, 153, 1);
    margin: 0px 30px;
}

.NEWS-list .release span {
    font-size: 13px;
    color: rgba(102, 102, 102, 1);
}

.NEWS-list .text {
    padding: 43px 73px 73px 73px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.NEWS-list .text img {
    width: auto;
    max-width: 100%;
}

.NEWS-list .text video {
    width: auto;
    max-width: 100%;
}

.shangyiye {
    margin-top: 34px;
    padding-left: 73px;
    box-sizing: border-box;
}

.shangyiye span {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
}

.shangyiye span a {
    color: rgba(51, 51, 51, 1);
}

.shangyiye span a:hover {
    color: rgba(1, 72, 152, 1);
}





.HOu-aniu .titel-a {
    width: 156px;
    height: 41px;
    border-radius: 20.5px;
    /*background: #F1F1F1;*/
    text-align: center;
    display: block;
    line-height: 41px;
    color: #1D99D5;
    font-size: 15px;
}

.HOu-aniu {
    display: flex;
    justify-content: right;
    width: 100%;
    /*padding-right: 10%;*/
    box-sizing: border-box;
}

.HOu-aniu .titel-a .img-1 {
    display: block;
}

.HOu-aniu .titel-a .img-2 {
    display: none;
}

.HOu-aniu .titel-a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zuoyou-jiantou {
    display: flex;
    justify-content: right;
    margin-top: 30px;
    width: 100% ;
}

.zuoyou-jiantou>div{
    margin-right: 3%;
}

.zuoyou-jiantou a{
    color: #1D99D5;
   
    font-size: 16px;
}


.swiper-introduction {
    margin-bottom: 30px;
}

.introduction .swiper-slide {
    width: 32%;
    margin-right: 2%;
}
.introduction .swiper-slide .img{
    width: 100%;
    height: 300px;
}
.introduction .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introduction .swiper-wrapper{
    align-items: end;
        -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}



/* #About .banner-Txt a {
    color: #FFF;
}
#About .banner-Txt a .ioc{
    content: url(../images/right-arrow-2.png);
}
#About .banner-Txt a img{
    content: url(../images/Hom-2.png);
}

#case .banner-Txt a {
    color: #FFF;
}
#case .banner-Txt a .ioc{
    content: url(../images/right-arrow-2.png);
}
#case .banner-Txt a img{
    content: url(../images/Hom-2.png);
}

.case-body .banner-Txt a {
    color: #FFF;
}
.case-body .banner-Txt a .ioc{
    content: url(../images/right-arrow-2.png);
}
.case-body .banner-Txt a img{
    content: url(../images/Hom-2.png);
} */